home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / programming / c / sipp / demo / animation / readme < prev   
Encoding:
Text File  |  1978-11-24  |  608 b   |  12 lines

  1. This directory contains a small demonstration of how one can create an
  2. animation using the SIPP library. When run, it will produce a sequence of 24
  3. images which is an animation of a somersaulting marble teapot on top of a
  4. checkered floor.
  5.  
  6. The motions are designed to be a "closed loop", i.e. the sequence can be shown
  7. many consecutive times and the motions should still look continuous.
  8.  
  9. The default rendering mode is lines, so that nobody accidently overflows his
  10. diskspace, but any rendering mode (and image size) can be chosen using the
  11. same flags as in the other demonstration programs (see ../README).
  12.